ArcFM Engine Developer Guide
ParseArguments(String[],Object) Method


The actual arguments.
The resulting parsed arguments.
Parses Command Line Arguments. Errors are output on Console.Error. Use ArgumentAttributes to control parsing behavior.
Syntax
'Declaration
 
Public Overloads Shared Function ParseArguments( _
   ByVal arguments() As String, _
   ByVal destination As Object _
) As Boolean
'Usage
 
Dim arguments() As String
Dim destination As Object
Dim value As Boolean
 
value = Parser.ParseArguments(arguments, destination)
public static bool ParseArguments( 
   string[] arguments,
   object destination
)

Parameters

arguments
The actual arguments.
destination
The resulting parsed arguments.

Return Value

Returns true if no errors were detected.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Parser Class
Parser Members
Overload List

 

 


Send Comment